I was building GTK in a minimal container without
GTK3 installed, and this caused install to fail.
We should use the tool that we just installed.
os.path.join(gtk_datadir, 'glib-2.0', 'schemas')])\r
\r
print('Updating icon cache...')\r
- subprocess.call(['gtk-update-icon-cache', '-q', '-t' ,'-f',\r
+ subprocess.call(['gtk4-update-icon-cache', '-q', '-t' ,'-f',\r
os.path.join(gtk_datadir, 'icons', 'hicolor')])\r
\r
print('Updating module cache for print backends...')\r